home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  128 b   |  10 lines

  1. n = int(getBytesLoaded() / getBytesTotal() * 100);
  2. if(n >= 5)
  3. {
  4.    gotoAndPlay(5);
  5. }
  6. else
  7. {
  8.    barra.gotoAndStop(n);
  9. }
  10.